home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11422 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  539 b 

  1. Path: sundog.tiac.net!usenet
  2. From: lindak@pumpkin.iii.net (Linda Kasparek)
  3. Newsgroups: comp.lang.c++
  4. Subject: STL multimap question
  5. Date: 14 Mar 1996 15:33:31 GMT
  6. Organization: iii.net subscriber
  7. Message-ID: <4i9e8b$9p0@sundog.tiac.net>
  8. Reply-To: jmk@tiac.net
  9. NNTP-Posting-Host: jmk.tiac.net
  10. X-Newsreader: WinVN 0.92.6+
  11.  
  12. I am adding integer keys, of which some are duplicates, to an STL multimap.  If I were to iterate through one of those
  13. duplicate keys, would I be guaranteed to receive the keys in the order they were added?  
  14.  
  15. Thanks!
  16.